and a bit more.
authorMurray Cumming <murrayc@src.gnome.org>
Mon, 5 Jan 2004 18:28:09 +0000 (18:28 +0000)
committerMurray Cumming <murrayc@src.gnome.org>
Mon, 5 Jan 2004 18:28:09 +0000 (18:28 +0000)
gdk/gdkimage.h

index 34ac913c7f8b2fbe3d18cbc10e347f53b658e235..1b52f850194f583ebf8f526cb7621c4f28acfd35 100644 (file)
@@ -51,9 +51,9 @@ struct _GdkImage
   guint16       bits_per_pixel; /* read only. bits per pixel */
   gpointer     mem;
 
-  GdkColormap  *colormap;
+  GdkColormap  *colormap; /* read only. */
   
-  gpointer windowing_data;
+  gpointer windowing_data; /* read only. */
 };
 
 struct _GdkImageClass